home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / pgs3f.lha / 3.0fUpdate / Macros.LHA / StickyNote.rexx < prev    next >
OS/2 REXX Batch file  |  1994-10-15  |  622b  |  19 lines

  1. /* $VER: StickNote.rexx 1.0 (02.9.94)
  2.    Copyright 1994 Soft-Logik Publishing Corporation
  3.    May not be distributed without Soft-Logik Publishing Corporation's express written permission */
  4.  
  5. ADDRESS 'PAGESTREAM'
  6. options results
  7. addlib("softlogik:libs/slarexxsupport.library", 0, -30)
  8.  
  9. 'settoolmode object'
  10.  
  11. 'getcoord click message "Click to place the sticky note..."'
  12.  
  13. 'DRAWCOLUMN 'click.x click.y p2d(click.x)+2.25 p2d(click.y)+2.75' COLUMNS 1 GUTTER 0.25i '
  14. 'EDITCOLUMN NOPRINT FREE '
  15. 'FILLED ON '
  16. 'SETCOLORSTYLE Yellow COLORNUMBER 0 FILL OBJECT '
  17. 'settoolmode text '
  18. 'selecttext at 'p2d(click.x)+0.25 p2d(click.y)+0.25
  19.